home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / mrfilt30.zip / MRFILTER.DOC next >
Text File  |  1991-03-30  |  3KB  |  96 lines

  1.                     MrFILTER
  2.                   Written by J. Gillespie
  3.               (c)1990,91 Blue-Moon Consulting
  4.                 1209 Diablo Avenue
  5.                 Modesto, CA  95351
  6.                  License fee: $12
  7.  
  8.  
  9. FILES USED IN MrFILTER:
  10. =======================
  11. The MrFILTER program uses these files:
  12.         MrFILTER.EXE    The program itself
  13.         MrFILTER.DOC    This documentation
  14.  
  15.  
  16. LICENSE NOTICE
  17. The MrFILTER program is NOT free.  It is not public domain.  MrFILTER is
  18. copyright 1991 by J. Gillespie, Blue-Moon Consulting.  You may distribute
  19. MrFILTER to bulletin boards or by other means, but you may not charge for
  20. it, and you must keep it bundled.  You may not modify any files from this
  21. package.
  22.  
  23. Try MrFILTER and see how you like it.  If MrFILTER meets your needs, please
  24. send the license fee of $12 to J. Gillespie, Blue-Moon Consulting. If you
  25. do not like it, please erase your copy or pass it on to a friend!
  26.  
  27.  
  28. REQUIREMENTS:
  29. =============
  30. MrFILTER is designed to be used on any IBM PC, XT, AT, PS/1, PS/2 or
  31. compatible computer with any conventional memory size and any monitor.
  32.  
  33.  
  34. MrFILTER:
  35. =========
  36. The MrFILTER program is an easy to use text file cleaning/sweeping utility. The
  37. need for a utility of this type became apparent after spending large amounts
  38. of time fixing text files for other people.
  39.  
  40. The typical problems encountered...
  41.  
  42. - "...my printer isn't working properly..."
  43. - "...printer runs off edge of paper..."
  44. - "...I know my file is 30 pages long - but only the first 2 pages print..."
  45. - "...poltergeist changes printer fonts midway into document..."
  46. - "...why do I see so much of the greek alphabet?..."
  47. - etc
  48.  
  49. My usual response was to instruct complainers to grab the nearest copy of
  50. Norton Utilities or PC-Tools, jump into the sector editor and FIX-IT! Usually
  51. at this point I'd see looks of despair (or symbolic gestures). As I discovered
  52. - casual users quite frequently don't have the skill required to do their own
  53. 'data patches'. Alas! -- MrFILTER was born.
  54.  
  55. So, now instead of spending 10-30 minutes of my time searching for false
  56. end-of-file markers and strange control characters with my trusty hex
  57. editor, I merely instruct users to run it thru the 'FILTER' and try again.
  58. No fuss - No muss!
  59.  
  60.  
  61. THE MrFILTER COMMANDS:
  62. ======================
  63. MrFILTER has a set of options which will configure it to a specific problem.
  64. Fortunately, in most cases the default settings work fine. Once you enter the
  65. entire command string, MrFILTER reads the source file, screens each byte,
  66. and writes accepted data to an output file. The original file is not altered
  67. in any way. Incompatible options will not execute.
  68.  
  69.  
  70.     MrFILTER [options] [source file] [output file]
  71.  
  72.     Options:
  73.         -d = Use default settings. (-cew).
  74.              Default is best first choice.
  75.         -c = Control-chars removed except LF, CR, TAB, FF.
  76.              Also removes DEL character.
  77.         -h = Extended ASCII chars set removed.
  78.         -e = False End-Of-File markers removed.
  79.         -s = Strips high-bit. Prints result as 0d-127d.
  80.         -w = Wrap long lines greater than 80 columns.
  81.         -f = Fills removed characters with SPACE.
  82.  
  83.     Example: MrFILTER -d junkfile.txt newfile.txt
  84.  
  85.  
  86.  
  87.  
  88. PARTING SHOTS:
  89. ==============
  90. Comments, questions, etc may be forwarded via...
  91.  
  92.     GE Mail  :  JJ.GILLESPIE
  93.     CIS      :  72740,2464
  94.  
  95.  
  96.